Skip to content

Conversation

brxken128
Copy link
Contributor

This PR adds SIMD support for: int*, float*, and poly* SIMD registers on Aarch64.

Comment on lines +33 to +50
int8x8_t,
int8x16_t,
int16x4_t,
int16x8_t,
int32x2_t,
int32x4_t,
int64x1_t,
int64x2_t,
float32x2_t,
float32x4_t,
float64x1_t,
float64x2_t,
poly8x8_t,
poly8x16_t,
poly16x4_t,
poly16x8_t,
poly64x1_t,
poly64x2_t,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest putting these in alphabetical order (I'd suggest, but they're all below uint already)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants